Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] run.py make file dir absolute #922

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Conversation

jtuyls
Copy link
Collaborator

@jtuyls jtuyls commented Nov 22, 2024

Changes the file dir variable to contain an absolute path. The relative path gives me issue locally, for example: build_tools/ci/cpu_comparison/matmul_template/matmul_truncf_MxK_KxN.mlir not found when I run with:

python3 build_tools/ci/cpu_comparison/run.py \
  test_aie_vs_cpu \
  ../iree-build/ \
  path-to-llvm-aie \
  --vitis-dir path-to-vitis \
  --xrt_lite_n_core_rows=$XRT_LITE_N_CORE_ROWS \
  --xrt_lite_n_core_cols=$XRT_LITE_N_CORE_COLS \
  --tests "All" \
  --target_device "npu1_4col" \
  -v

Copy link
Contributor

@Abhishek-Varma Abhishek-Varma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM!

@jtuyls jtuyls merged commit a1be661 into nod-ai:main Nov 22, 2024
6 checks passed
@jtuyls jtuyls deleted the abs-file-dir branch November 22, 2024 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants